Utilities: dev.plot: Calculates and plots series with associated error bars.
Description
This function is used internally by methods based on deviations for one one many outlines. Yet, it provides a quick way to create plots of series, possibly with deviations, from scratch.
Usage
dev.plot(mat, matv, cols, x = 1:ncol(mat), bw = 0.1)
Arguments
mat
A matrix containing one or many lines (as individuals) with the corresponding y values (as cols).
matv
A matrix of the same dimension as mat but containing the deviation from the mat matrix.